O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

Provide the output for the expression: list = [1, 2] + [3, 4]

list= [1, 2] + [3, 4] का आउटपुट क्या होगा

Write Answer

Explanation